Html Css Color HEX #205572 Orient

📋 copy color: '#205572'

red 32 ◦ green 85 ◦ blue 114

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

Shades of Orient #205572

Tints of Orient #205572

RGB

 RED value IS 32 (12.89% from 255) = 13.85%

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

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 13.85%
G = 36.8%
B = 49.35%

CMYK

 C value IS 0.72

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#205572 (or 0x205572) is known color: Orient. HEX triplet: 20, 55 and 72. RGB value is (32,85,114). Sum of RGB (Red+Green+Blue) = 32+85+114=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #205572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205572 is #DFAA8D. Grayscale: #484848. Windows color (decimal): -14658190 or 7492896. OLE color: 7492896.

HSL color Cylindrical-coordinate representation of color #205572: hue angle of 201.22º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205572 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 85 114 -
CMYK 0.72 0.25 0 0.55
HSL 201.22º 0.56% 0.29% -
HSV(B) 201.22º 0.72% 0.45% -
XYZ 6.88 8.02 17.1 -
YUV 72.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 32 85 114 0.72 0.25 0 0.55 201.22 0.56 0.29
Hex 20 55 72 48 19 0 37 C9 38 1D
Octal 40 125 162 110 31 0 67 311 70 35
Binary 100000 1010101 1110010 1001000 11001 0 110111 11001001 111000 11101

Color Harmonies of #205572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205572

Black with #205572

Text Example


Text Example

White with #205572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205572; }

 p { color: rgb(32,85,114); }

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

background-color css

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

 a { background-color: rgb(32,85,114); }

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

border-color css

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

 span { border-color: rgb(32,85,114); }

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