Html Css Color HEX #5A6078 Comet

📋 copy color: '#5A6078'

red 90 ◦ green 96 ◦ blue 120

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

Shades of Comet #5A6078

Tints of Comet #5A6078

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 120 (47.27% from 255) = 39.22%

R = 29.41%
G = 31.37%
B = 39.22%

CMYK

 C value IS 0.25

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5A6078 (or 0x5A6078) is known color: Comet. HEX triplet: 5A, 60 and 78. RGB value is (90,96,120). Sum of RGB (Red+Green+Blue) = 90+96+120=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A6078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6078 is #A59F87. Grayscale: #606060. Windows color (decimal): -10854280 or 7888986. OLE color: 7888986.

HSL color Cylindrical-coordinate representation of color #5A6078: hue angle of 228º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A6078 is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 90 96 120 -
CMYK 0.25 0.2 0 0.53
HSL 228º 0.14% 0.41% -
HSV(B) 228º 0.25% 0.47% -
XYZ 11.79 11.9 19.44 -
YUV 96.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 90 96 120 0.25 0.2 0 0.53 228 0.14 0.41
Hex 5A 60 78 19 14 0 35 E4 E 29
Octal 132 140 170 31 24 0 65 344 16 51
Binary 1011010 1100000 1111000 11001 10100 0 110101 11100100 1110 101001

Color Harmonies of #5A6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6078

Black with #5A6078

Text Example


Text Example

White with #5A6078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,120); }

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

background-color css

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

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

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

border-color css

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

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

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