Html Css Color HEX #5A287B Kingfisher Daisy

📋 copy color: '#5A287B'

red 90 ◦ green 40 ◦ blue 123

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

Shades of Kingfisher Daisy #5A287B

Tints of Kingfisher Daisy #5A287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 123 (48.44% from 255) = 48.62%

R = 35.57%
G = 15.81%
B = 48.62%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5A287B (or 0x5A287B) is known color: Kingfisher Daisy. HEX triplet: 5A, 28 and 7B. RGB value is (90,40,123). Sum of RGB (Red+Green+Blue) = 90+40+123=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A287B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A287B is #A5D784. Grayscale: #404040. Windows color (decimal): -10868613 or 8071258. OLE color: 8071258.

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

Color convert

RGB 90 40 123 -
CMYK 0.27 0.67 0 0.52
HSL 276.14º 0.51% 0.32% -
HSV(B) 276.14º 0.67% 0.48% -
XYZ 8.55 5.12 19.28 -
YUV 64.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 90 40 123 0.27 0.67 0 0.52 276.14 0.51 0.32
Hex 5A 28 7B 1B 43 0 34 114 33 20
Octal 132 50 173 33 103 0 64 424 63 40
Binary 1011010 101000 1111011 11011 1000011 0 110100 100010100 110011 100000

Color Harmonies of #5A287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A287B

Black with #5A287B

Text Example


Text Example

White with #5A287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,40,123); }

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

background-color css

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

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

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

border-color css

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

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

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