Html Css Color HEX #00506D Blue Lagoon

📋 copy color: '#00506D'

red 0 ◦ green 80 ◦ blue 109

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

Shades of Blue Lagoon #00506D

Tints of Blue Lagoon #00506D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 57.67%

R = 0%
G = 42.33%
B = 57.67%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00506D (or 0x00506D) is known color: Blue Lagoon. HEX triplet: 00, 50 and 6D. RGB value is (0,80,109). Sum of RGB (Red+Green+Blue) = 0+80+109=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #00506D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00506D is #FFAF92. Grayscale: #3B3B3B. Windows color (decimal): -16756627 or 7163904. OLE color: 7163904.

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

Color convert

RGB 0 80 109 -
CMYK 1 0.27 0 0.57
HSL 195.96º 1% 0.21% -
HSV(B) 195.96º 1% 0.43% -
XYZ 5.63 6.84 15.49 -
YUV 59.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 0 80 109 1 0.27 0 0.57 195.96 1 0.21
Hex 0 50 6D 64 1B 0 39 C4 64 15
Octal 0 120 155 144 33 0 71 304 144 25
Binary 0 1010000 1101101 1100100 11011 0 111001 11000100 1100100 10101

Color Harmonies of #00506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00506D

Black with #00506D

Text Example


Text Example

White with #00506D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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