Html Css Color HEX #5A67DF Royal Blue

📋 copy color: '#5A67DF'

red 90 ◦ green 103 ◦ blue 223

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

Shades of Royal Blue #5A67DF

Tints of Royal Blue #5A67DF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.76%

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 21.63%
G = 24.76%
B = 53.61%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A67DF (or 0x5A67DF) is known color: Royal Blue. HEX triplet: 5A, 67 and DF. RGB value is (90,103,223). Sum of RGB (Red+Green+Blue) = 90+103+223=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A67DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A67DF is #A59820. Grayscale: #707070. Windows color (decimal): -10852385 or 14640986. OLE color: 14640986.

HSL color Cylindrical-coordinate representation of color #5A67DF: hue angle of 234.14º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A67DF is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 103 223 -
CMYK 0.60 0.54 0 0.13
HSL 234.14º 0.68% 0.61% -
HSV(B) 234.14º 0.6% 0.87% -
XYZ 22.39 17.2 71.95 -
YUV 112.79 190.19 111.74 -
System Red Green Blue C M Y K H S L
Decimal 90 103 223 0.60 0.54 0 0.13 234.14 0.68 0.61
Hex 5A 67 DF 3C 36 0 D EA 44 3D
Octal 132 147 337 74 66 0 15 352 104 75
Binary 1011010 1100111 11011111 111100 110110 0 1101 11101010 1000100 111101

Color Harmonies of #5A67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A67DF

Black with #5A67DF

Text Example


Text Example

White with #5A67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,103,223); }

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

background-color css

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

 a { background-color: rgb(90,103,223); }

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

border-color css

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

 span { border-color: rgb(90,103,223); }

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