Html Css Color HEX #00506C Blue Lagoon

📋 copy color: '#00506C'

red 0 ◦ green 80 ◦ blue 108

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

Shades of Blue Lagoon #00506C

Tints of Blue Lagoon #00506C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.55%

 BLUE value IS 108 (42.58% from 255) = 57.45%

R = 0%
G = 42.55%
B = 57.45%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#00506C (or 0x00506C) is known color: Blue Lagoon. HEX triplet: 00, 50 and 6C. RGB value is (0,80,108). Sum of RGB (Red+Green+Blue) = 0+80+108=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #00506C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00506C is #FFAF93. Grayscale: #3B3B3B. Windows color (decimal): -16756628 or 7098368. OLE color: 7098368.

HSL color Cylindrical-coordinate representation of color #00506C: hue angle of 195.56º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00506C is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 80 108 -
CMYK 1 0.26 0 0.58
HSL 195.56º 1% 0.21% -
HSV(B) 195.56º 1% 0.42% -
XYZ 5.58 6.82 15.21 -
YUV 59.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 0 80 108 1 0.26 0 0.58 195.56 1 0.21
Hex 0 50 6C 64 1A 0 3A C4 64 15
Octal 0 120 154 144 32 0 72 304 144 25
Binary 0 1010000 1101100 1100100 11010 0 111010 11000100 1100100 10101

Color Harmonies of #00506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00506C

Black with #00506C

Text Example


Text Example

White with #00506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00506C; }

 p { color: rgb(0,80,108); }

 H1.HeaderClassName
 {
   color: #00506C;
 }
 .AnyTagClassName
 {
   color: #00506C;
 }
</style>

background-color css

<style>
 a { background-color: #00506C; }

 a { background-color: rgb(0,80,108); }

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

border-color css

<style>
 span { border-color: #00506C; }

 span { border-color: rgb(0,80,108); }

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