Html Css Color HEX #005B71 Blue Lagoon

📋 copy color: '#005B71'

red 0 ◦ green 91 ◦ blue 113

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

Shades of Blue Lagoon #005B71

Tints of Blue Lagoon #005B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.39%

R = 0%
G = 44.61%
B = 55.39%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005B71 (or 0x005B71) is known color: Blue Lagoon. HEX triplet: 00, 5B and 71. RGB value is (0,91,113). Sum of RGB (Red+Green+Blue) = 0+91+113=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #005B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005B71 is #FFA48E. Grayscale: #424242. Windows color (decimal): -16753807 or 7428864. OLE color: 7428864.

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

Color convert

RGB 0 91 113 -
CMYK 1 0.19 0 0.56
HSL 191.68º 1% 0.22% -
HSV(B) 191.68º 1% 0.44% -
XYZ 6.72 8.67 16.94 -
YUV 66.3 154.35 80.71 -
System Red Green Blue C M Y K H S L
Decimal 0 91 113 1 0.19 0 0.56 191.68 1 0.22
Hex 0 5B 71 64 13 0 38 C0 64 16
Octal 0 133 161 144 23 0 70 300 144 26
Binary 0 1011011 1110001 1100100 10011 0 111000 11000000 1100100 10110

Color Harmonies of #005B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B71

Black with #005B71

Text Example


Text Example

White with #005B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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