Html Css Color HEX #005B84 Blue Lagoon

📋 copy color: '#005B84'

red 0 ◦ green 91 ◦ blue 132

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

Shades of Blue Lagoon #005B84

Tints of Blue Lagoon #005B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 59.19%

R = 0%
G = 40.81%
B = 59.19%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#005B84 (or 0x005B84) is known color: Blue Lagoon. HEX triplet: 00, 5B and 84. RGB value is (0,91,132). Sum of RGB (Red+Green+Blue) = 0+91+132=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #005B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B84 is #FFA47B. Grayscale: #444444. Windows color (decimal): -16753788 or 8674048. OLE color: 8674048.

HSL color Cylindrical-coordinate representation of color #005B84: hue angle of 198.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B84 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 91 132 -
CMYK 1 0.31 0 0.48
HSL 198.64º 1% 0.26% -
HSV(B) 198.64º 1% 0.52% -
XYZ 7.91 9.15 23.18 -
YUV 68.47 163.85 79.17 -
System Red Green Blue C M Y K H S L
Decimal 0 91 132 1 0.31 0 0.48 198.64 1 0.26
Hex 0 5B 84 64 1F 0 30 C7 64 1A
Octal 0 133 204 144 37 0 60 307 144 32
Binary 0 1011011 10000100 1100100 11111 0 110000 11000111 1100100 11010

Color Harmonies of #005B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B84

Black with #005B84

Text Example


Text Example

White with #005B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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