Html Css Color HEX #5A5A84 Comet

📋 copy color: '#5A5A84'

red 90 ◦ green 90 ◦ blue 132

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

Shades of Comet #5A5A84

Tints of Comet #5A5A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

 BLUE value IS 132 (51.95% from 255) = 42.31%

R = 28.85%
G = 28.85%
B = 42.31%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A5A84 (or 0x5A5A84) is known color: Comet. HEX triplet: 5A, 5A and 84. RGB value is (90,90,132). Sum of RGB (Red+Green+Blue) = 90+90+132=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A5A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5A84 is #A5A57B. Grayscale: #5E5E5E. Windows color (decimal): -10855804 or 8673882. OLE color: 8673882.

HSL color Cylindrical-coordinate representation of color #5A5A84: hue angle of 240º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A5A84 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 90 132 -
CMYK 0.32 0.32 0 0.48
HSL 240º 0.19% 0.44% -
HSV(B) 240º 0.32% 0.52% -
XYZ 12.04 11.15 23.35 -
YUV 94.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 90 90 132 0.32 0.32 0 0.48 240 0.19 0.44
Hex 5A 5A 84 20 20 0 30 F0 13 2C
Octal 132 132 204 40 40 0 60 360 23 54
Binary 1011010 1011010 10000100 100000 100000 0 110000 11110000 10011 101100

Color Harmonies of #5A5A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5A84

Black with #5A5A84

Text Example


Text Example

White with #5A5A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,90,132); }

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

background-color css

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

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

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

border-color css

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

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

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