Html Css Color HEX #005C83 Blue Lagoon

📋 copy color: '#005C83'

red 0 ◦ green 92 ◦ blue 131

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

Shades of Blue Lagoon #005C83

Tints of Blue Lagoon #005C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.26%

 BLUE value IS 131 (51.56% from 255) = 58.74%

R = 0%
G = 41.26%
B = 58.74%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#005C83 (or 0x005C83) is known color: Blue Lagoon. HEX triplet: 00, 5C and 83. RGB value is (0,92,131). Sum of RGB (Red+Green+Blue) = 0+92+131=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #005C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C83 is #FFA37C. Grayscale: #444444. Windows color (decimal): -16753533 or 8608768. OLE color: 8608768.

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

Color convert

RGB 0 92 131 -
CMYK 1 0.30 0 0.49
HSL 197.86º 1% 0.26% -
HSV(B) 197.86º 1% 0.51% -
XYZ 7.92 9.29 22.85 -
YUV 68.94 163.02 78.83 -
System Red Green Blue C M Y K H S L
Decimal 0 92 131 1 0.30 0 0.49 197.86 1 0.26
Hex 0 5C 83 64 1E 0 31 C6 64 1A
Octal 0 134 203 144 36 0 61 306 144 32
Binary 0 1011100 10000011 1100100 11110 0 110001 11000110 1100100 11010

Color Harmonies of #005C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C83

Black with #005C83

Text Example


Text Example

White with #005C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,92,131); }

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

background-color css

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

 a { background-color: rgb(0,92,131); }

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

border-color css

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

 span { border-color: rgb(0,92,131); }

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