Html Css Color HEX #5A437D Kingfisher Daisy

📋 copy color: '#5A437D'

red 90 ◦ green 67 ◦ blue 125

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

Shades of Kingfisher Daisy #5A437D

Tints of Kingfisher Daisy #5A437D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.33%

R = 31.91%
G = 23.76%
B = 44.33%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A437D (or 0x5A437D) is known color: Kingfisher Daisy. HEX triplet: 5A, 43 and 7D. RGB value is (90,67,125). Sum of RGB (Red+Green+Blue) = 90+67+125=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A437D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A437D is #A5BC82. Grayscale: #505050. Windows color (decimal): -10861699 or 8209242. OLE color: 8209242.

HSL color Cylindrical-coordinate representation of color #5A437D: hue angle of 263.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A437D is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 67 125 -
CMYK 0.28 0.46 0 0.51
HSL 263.79º 0.3% 0.38% -
HSV(B) 263.79º 0.46% 0.49% -
XYZ 9.93 7.67 20.36 -
YUV 80.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 90 67 125 0.28 0.46 0 0.51 263.79 0.3 0.38
Hex 5A 43 7D 1C 2E 0 33 108 1E 26
Octal 132 103 175 34 56 0 63 410 36 46
Binary 1011010 1000011 1111101 11100 101110 0 110011 100001000 11110 100110

Color Harmonies of #5A437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A437D

Black with #5A437D

Text Example


Text Example

White with #5A437D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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