Html Css Color HEX #085567 Blue Lagoon

📋 copy color: '#085567'

red 8 ◦ green 85 ◦ blue 103

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

Shades of Blue Lagoon #085567

Tints of Blue Lagoon #085567

RGB

 RED value IS 8 (3.52% from 255) = 4.08%

 GREEN value IS 85 (33.59% from 255) = 43.37%

 BLUE value IS 103 (40.63% from 255) = 52.55%

R = 4.08%
G = 43.37%
B = 52.55%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#085567 (or 0x085567) is known color: Blue Lagoon. HEX triplet: 08, 55 and 67. RGB value is (8,85,103). Sum of RGB (Red+Green+Blue) = 8+85+103=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #085567 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085567 is #F7AA98. Grayscale: #3F3F3F. Windows color (decimal): -16231065 or 6771976. OLE color: 6771976.

HSL color Cylindrical-coordinate representation of color #085567: hue angle of 191.37º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085567 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 85 103 -
CMYK 0.92 0.17 0 0.60
HSL 191.37º 0.86% 0.22% -
HSV(B) 191.37º 0.92% 0.4% -
XYZ 5.8 7.53 13.98 -
YUV 64.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 8 85 103 0.92 0.17 0 0.60 191.37 0.86 0.22
Hex 8 55 67 5C 11 0 3C BF 56 16
Octal 10 125 147 134 21 0 74 277 126 26
Binary 1000 1010101 1100111 1011100 10001 0 111100 10111111 1010110 10110

Color Harmonies of #085567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085567

Black with #085567

Text Example


Text Example

White with #085567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085567; }

 p { color: rgb(8,85,103); }

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

background-color css

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

 a { background-color: rgb(8,85,103); }

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

border-color css

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

 span { border-color: rgb(8,85,103); }

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