#052C4B

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

Shades of Blue Whale #052C4B

Tints of Blue Whale #052C4B

Color information

#052C4B (or 0x052C4B) is unknown color: approx Blue Whale. HEX triplet: 05, 2C and 4B. RGB value is (5,44,75). Sum of RGB (Red+Green+Blue) = 5+44+75=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #052C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052C4B is #FAD3B4. Grayscale: #232323. Windows color (decimal): -16438197 or 4926469. OLE color: 4926469.

HSL color Cylindrical-coordinate representation of color #052C4B: hue angle of 206.57º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052C4B is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB54475-
CMYK0.930.4100.71
HSL206.57º87.5%15.69%-
HSV(B)206.57º93.33%29.41%-
XYZ2.232.346.99-
YUV35.87150.08105.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 75 (29.69% from 255) = 60.48%
R=4.03%
G=35.48%
B=60.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal544750.930.4100.71206.5787.515.69
Hex52C4B5D29047cf5810
Octal55411313551010731713020
Binary101101100100101110111011010010100011111001111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,44,75); }

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

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

 a { background-color: rgb(5,44,75); }

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

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

 span { border-color: rgb(5,44,75); }

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