Html Css Color HEX #5A437A Kingfisher Daisy

📋 copy color: '#5A437A'

red 90 ◦ green 67 ◦ blue 122

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

Shades of Kingfisher Daisy #5A437A

Tints of Kingfisher Daisy #5A437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

 BLUE value IS 122 (48.05% from 255) = 43.73%

R = 32.26%
G = 24.01%
B = 43.73%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A437A (or 0x5A437A) is known color: Kingfisher Daisy. HEX triplet: 5A, 43 and 7A. RGB value is (90,67,122). Sum of RGB (Red+Green+Blue) = 90+67+122=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A437A is #A5BC85. Grayscale: #4F4F4F. Windows color (decimal): -10861702 or 8012634. OLE color: 8012634.

HSL color Cylindrical-coordinate representation of color #5A437A: hue angle of 265.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5A437A is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 90 67 122 -
CMYK 0.26 0.45 0 0.52
HSL 265.09º 0.29% 0.37% -
HSV(B) 265.09º 0.45% 0.48% -
XYZ 9.74 7.59 19.36 -
YUV 80.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 90 67 122 0.26 0.45 0 0.52 265.09 0.29 0.37
Hex 5A 43 7A 1A 2D 0 34 109 1D 25
Octal 132 103 172 32 55 0 64 411 35 45
Binary 1011010 1000011 1111010 11010 101101 0 110100 100001001 11101 100101

Color Harmonies of #5A437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A437A

Black with #5A437A

Text Example


Text Example

White with #5A437A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,67,122); }

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

background-color css

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

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

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

border-color css

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

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

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