Html Css Color HEX #05324D Blue Whale

📋 copy color: '#05324D'

red 5 ◦ green 50 ◦ blue 77

#05324D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #05324D

Tints of Blue Whale #05324D

RGB

 RED value IS 5 (2.34% from 255) = 3.79%

 GREEN value IS 50 (19.92% from 255) = 37.88%

 BLUE value IS 77 (30.47% from 255) = 58.33%

R = 3.79%
G = 37.88%
B = 58.33%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05324D (or 0x05324D) is known color: Blue Whale. HEX triplet: 05, 32 and 4D. RGB value is (5,50,77). Sum of RGB (Red+Green+Blue) = 5+50+77=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #05324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05324D is #FACDB2. Grayscale: #272727. Windows color (decimal): -16436659 or 5059077. OLE color: 5059077.

HSL color Cylindrical-coordinate representation of color #05324D: hue angle of 202.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05324D is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 50 77 -
CMYK 0.94 0.35 0 0.70
HSL 202.5º 0.88% 0.16% -
HSV(B) 202.5º 0.94% 0.3% -
XYZ 2.54 2.85 7.44 -
YUV 39.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 5 50 77 0.94 0.35 0 0.70 202.5 0.88 0.16
Hex 5 32 4D 5E 23 0 46 CA 58 10
Octal 5 62 115 136 43 0 106 312 130 20
Binary 101 110010 1001101 1011110 100011 0 1000110 11001010 1011000 10000

Color Harmonies of #05324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05324D

Black with #05324D

Text Example


Text Example

White with #05324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05324D; }

 p { color: rgb(5,50,77); }

 H1.HeaderClassName
 {
   color: #05324D;
 }
 .AnyTagClassName
 {
   color: #05324D;
 }
</style>

background-color css

<style>
 a { background-color: #05324D; }

 a { background-color: rgb(5,50,77); }

 div.DivClassName
 {
   background-color: #05324D;
 }
 .BgClassName
 {
   background-color: #05324D;
 }
</style>

border-color css

<style>
 span { border-color: #05324D; }

 span { border-color: rgb(5,50,77); }

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