Html Css Color HEX #005B74 Blue Lagoon

📋 copy color: '#005B74'

red 0 ◦ green 91 ◦ blue 116

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

Shades of Blue Lagoon #005B74

Tints of Blue Lagoon #005B74

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 91 (35.94% from 255) = 43.96%

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 0%
G = 43.96%
B = 56.04%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005B74 (or 0x005B74) is known color: Blue Lagoon. HEX triplet: 00, 5B and 74. RGB value is (0,91,116). Sum of RGB (Red+Green+Blue) = 0+91+116=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #005B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B74 is #FFA48B. Grayscale: #424242. Windows color (decimal): -16753804 or 7625472. OLE color: 7625472.

HSL color Cylindrical-coordinate representation of color #005B74: hue angle of 192.93º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B74 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 91 116 -
CMYK 1 0.22 0 0.55
HSL 192.93º 1% 0.23% -
HSV(B) 192.93º 1% 0.45% -
XYZ 6.89 8.74 17.85 -
YUV 66.64 155.85 80.47 -
System Red Green Blue C M Y K H S L
Decimal 0 91 116 1 0.22 0 0.55 192.93 1 0.23
Hex 0 5B 74 64 16 0 37 C1 64 17
Octal 0 133 164 144 26 0 67 301 144 27
Binary 0 1011011 1110100 1100100 10110 0 110111 11000001 1100100 10111

Color Harmonies of #005B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B74

Black with #005B74

Text Example


Text Example

White with #005B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005B74; }

 p { color: rgb(0,91,116); }

 H1.HeaderClassName
 {
   color: #005B74;
 }
 .AnyTagClassName
 {
   color: #005B74;
 }
</style>

background-color css

<style>
 a { background-color: #005B74; }

 a { background-color: rgb(0,91,116); }

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

border-color css

<style>
 span { border-color: #005B74; }

 span { border-color: rgb(0,91,116); }

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