Html Css Color HEX #5A838C Hoki

📋 copy color: '#5A838C'

red 90 ◦ green 131 ◦ blue 140

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

Shades of Hoki #5A838C

Tints of Hoki #5A838C

RGB

 RED value IS 90 (35.55% from 255) = 24.93%

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 24.93%
G = 36.29%
B = 38.78%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A838C (or 0x5A838C) is known color: Hoki. HEX triplet: 5A, 83 and 8C. RGB value is (90,131,140). Sum of RGB (Red+Green+Blue) = 90+131+140=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A838C is #A57C73. Grayscale: #777777. Windows color (decimal): -10845300 or 9208666. OLE color: 9208666.

HSL color Cylindrical-coordinate representation of color #5A838C: hue angle of 190.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A838C is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 131 140 -
CMYK 0.36 0.06 0 0.45
HSL 190.8º 0.22% 0.45% -
HSV(B) 190.8º 0.36% 0.55% -
XYZ 17.07 20.3 27.83 -
YUV 119.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 90 131 140 0.36 0.06 0 0.45 190.8 0.22 0.45
Hex 5A 83 8C 24 6 0 2D BF 16 2D
Octal 132 203 214 44 6 0 55 277 26 55
Binary 1011010 10000011 10001100 100100 110 0 101101 10111111 10110 101101

Color Harmonies of #5A838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A838C

Black with #5A838C

Text Example


Text Example

White with #5A838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A838C; }

 p { color: rgb(90,131,140); }

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

background-color css

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

 a { background-color: rgb(90,131,140); }

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

border-color css

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

 span { border-color: rgb(90,131,140); }

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