#052F41

Color #052F41 Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #052F41

Tints of Blue Whale #052F41

Color information

#052F41 (or 0x052F41) is unknown color: approx Blue Whale. HEX triplet: 05, 2F and 41. RGB value is (5,47,65). Sum of RGB (Red+Green+Blue) = 5+47+65=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #052F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052F41 is #FAD0BE. Grayscale: #242424. Windows color (decimal): -16437439 or 4271877. OLE color: 4271877.

HSL color Cylindrical-coordinate representation of color #052F41: hue angle of 198º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052F41 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54765-
CMYK0.920.2800.75
HSL198º85.71%13.73%-
HSV(B)198º92.31%25.49%-
XYZ2.032.455.37-
YUV36.49144.09105.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 47 (18.75% from 255) = 40.17%
BLUE value IS 65 (25.78% from 255) = 55.56%
R=4.27%
G=40.17%
B=55.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal547650.920.2800.7519885.7113.73
Hex52F415C1C04Bc656e
Octal55710113434011330612616
Binary1011011111000001101110011100010010111100011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052F41; }

 p { color: rgb(5,47,65); }

 H1.HeaderClassName
 {
   color: #052F41;
 }
 .AnyTagClassName
 {
   color: #052F41;
 }
</style>
background-color css

<style>
 a { background-color: #052F41; }

 a { background-color: rgb(5,47,65); }

 div.DivClassName
 {
   background-color: #052F41;
 }
 .BgClassName
 {
   background-color: #052F41;
 }
</style>
border-color css

<style>
 span { border-color: #052F41; }

 span { border-color: rgb(5,47,65); }

 td.TdClassName
 {
   border-color: #052F41;
 }
 .TagClassName
 {
   border-color: #052F41;
 }
</style>