Html Css Color HEX #05364D Blue Whale

📋 copy color: '#05364D'

red 5 ◦ green 54 ◦ blue 77

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

Shades of Blue Whale #05364D

Tints of Blue Whale #05364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.71%

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

R = 3.68%
G = 39.71%
B = 56.62%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05364D (or 0x05364D) is known color: Blue Whale. HEX triplet: 05, 36 and 4D. RGB value is (5,54,77). Sum of RGB (Red+Green+Blue) = 5+54+77=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 77 (30.47% from 255 or 56.62% from 136); Max value from RGB is 77 - color contains mainly: blue. Hex color #05364D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05364D is #FAC9B2. Grayscale: #292929. Windows color (decimal): -16435635 or 5060101. OLE color: 5060101.

HSL color Cylindrical-coordinate representation of color #05364D: hue angle of 199.17º 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 #05364D is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 54 77 -
CMYK 0.94 0.30 0 0.70
HSL 199.17º 0.88% 0.16% -
HSV(B) 199.17º 0.94% 0.3% -
XYZ 2.72 3.21 7.5 -
YUV 41.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 5 54 77 0.94 0.30 0 0.70 199.17 0.88 0.16
Hex 5 36 4D 5E 1E 0 46 C7 58 10
Octal 5 66 115 136 36 0 106 307 130 20
Binary 101 110110 1001101 1011110 11110 0 1000110 11000111 1011000 10000

Color Harmonies of #05364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05364D

Black with #05364D

Text Example


Text Example

White with #05364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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