Html Css Color HEX #458583 Paradiso

📋 copy color: '#458583'

red 69 ◦ green 133 ◦ blue 131

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

Shades of Paradiso #458583

Tints of Paradiso #458583

RGB

 RED value IS 69 (27.34% from 255) = 20.72%

 GREEN value IS 133 (52.34% from 255) = 39.94%

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 20.72%
G = 39.94%
B = 39.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#458583 (or 0x458583) is known color: Paradiso. HEX triplet: 45, 85 and 83. RGB value is (69,133,131). Sum of RGB (Red+Green+Blue) = 69+133+131=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 133 - color contains mainly: green. Hex color #458583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458583 is #BA7A7C. Grayscale: #717171. Windows color (decimal): -12221053 or 8619333. OLE color: 8619333.

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

Color convert

RGB 69 133 131 -
CMYK 0.48 0 0.02 0.48
HSL 178.13º 0.32% 0.4% -
HSV(B) 178.13º 0.48% 0.52% -
XYZ 14.94 19.68 24.48 -
YUV 113.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 69 133 131 0.48 0 0.02 0.48 178.13 0.32 0.4
Hex 45 85 83 30 0 2 30 B2 20 28
Octal 105 205 203 60 0 2 60 262 40 50
Binary 1000101 10000101 10000011 110000 0 10 110000 10110010 100000 101000

Color Harmonies of #458583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458583

Black with #458583

Text Example


Text Example

White with #458583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458583; }

 p { color: rgb(69,133,131); }

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

background-color css

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

 a { background-color: rgb(69,133,131); }

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

border-color css

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

 span { border-color: rgb(69,133,131); }

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