Html Css Color HEX #165527 Crusoe

📋 copy color: '#165527'

red 22 ◦ green 85 ◦ blue 39

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

Shades of Crusoe #165527

Tints of Crusoe #165527

RGB

 RED value IS 22 (8.98% from 255) = 15.07%

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

 BLUE value IS 39 (15.63% from 255) = 26.71%

R = 15.07%
G = 58.22%
B = 26.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#165527 (or 0x165527) is known color: Crusoe. HEX triplet: 16, 55 and 27. RGB value is (22,85,39). Sum of RGB (Red+Green+Blue) = 22+85+39=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 39 (15.62% from 255 or 26.71% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #165527 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165527 is #E9AAD8. Grayscale: #3D3D3D. Windows color (decimal): -15313625 or 2577686. OLE color: 2577686.

HSL color Cylindrical-coordinate representation of color #165527: hue angle of 136.19º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165527 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 85 39 -
CMYK 0.74 0 0.54 0.67
HSL 136.19º 0.59% 0.21% -
HSV(B) 136.19º 0.74% 0.33% -
XYZ 3.95 6.81 3.03 -
YUV 60.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 22 85 39 0.74 0 0.54 0.67 136.19 0.59 0.21
Hex 16 55 27 4A 0 36 43 88 3B 15
Octal 26 125 47 112 0 66 103 210 73 25
Binary 10110 1010101 100111 1001010 0 110110 1000011 10001000 111011 10101

Color Harmonies of #165527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165527

Black with #165527

Text Example


Text Example

White with #165527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165527; }

 p { color: rgb(22,85,39); }

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

background-color css

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

 a { background-color: rgb(22,85,39); }

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

border-color css

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

 span { border-color: rgb(22,85,39); }

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