Html Css Color HEX #653088 Kingfisher Daisy

📋 copy color: '#653088'

red 101 ◦ green 48 ◦ blue 136

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

Shades of Kingfisher Daisy #653088

Tints of Kingfisher Daisy #653088

RGB

 RED value IS 101 (39.84% from 255) = 35.44%

 GREEN value IS 48 (19.14% from 255) = 16.84%

 BLUE value IS 136 (53.52% from 255) = 47.72%

R = 35.44%
G = 16.84%
B = 47.72%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#653088 (or 0x653088) is known color: Kingfisher Daisy. HEX triplet: 65, 30 and 88. RGB value is (101,48,136). Sum of RGB (Red+Green+Blue) = 101+48+136=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #653088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653088 is #9ACF77. Grayscale: #494949. Windows color (decimal): -10145656 or 8925285. OLE color: 8925285.

HSL color Cylindrical-coordinate representation of color #653088: hue angle of 276.14º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653088 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 48 136 -
CMYK 0.26 0.65 0 0.47
HSL 276.14º 0.48% 0.36% -
HSV(B) 276.14º 0.65% 0.53% -
XYZ 10.87 6.66 24 -
YUV 73.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 101 48 136 0.26 0.65 0 0.47 276.14 0.48 0.36
Hex 65 30 88 1A 41 0 2F 114 30 24
Octal 145 60 210 32 101 0 57 424 60 44
Binary 1100101 110000 10001000 11010 1000001 0 101111 100010100 110000 100100

Color Harmonies of #653088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653088

Black with #653088

Text Example


Text Example

White with #653088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653088; }

 p { color: rgb(101,48,136); }

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

background-color css

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

 a { background-color: rgb(101,48,136); }

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

border-color css

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

 span { border-color: rgb(101,48,136); }

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